"rose gold luxury elegant feminine" shadcn/ui theme

rose gold
luxury
elegant
feminine
modern
sophisticated
calm
contrast
emotional depth
immersive
pleasing aesthetics
professional
dramatic shift
sleek
high-end

Shadcn/ui Theme Css Variables

name: Gilded Rose Elegancekeyword: rose gold luxury elegant feminine views: 24

:root {
  --background: 0 0% 100%;
  --foreground: 330 5% 20%;
  --card: 330 10% 95%;
  --card-foreground: 330 5% 20%;
  --popover: 330 10% 95%;
  --popover-foreground: 330 5% 20%;
  --primary: 330 60% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 330 30% 80%;
  --secondary-foreground: 330 5% 20%;
  --muted: 330 20% 90%;
  --muted-foreground: 330 5% 50%;
  --accent: 330 40% 70%;
  --accent-foreground: 330 5% 20%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 330 10% 80%;
  --input: 330 10% 90%;
  --ring: 330 60% 50%;
  --radius: 0.75rem;
  --chart-1: 330 60% 50%;
  --chart-2: 330 40% 70%;
  --chart-3: 330 30% 80%;
  --chart-4: 330 20% 90%;
  --chart-5: 330 10% 95%;
} 

.dark {
  --background: 330 10% 10%;
  --foreground: 330 30% 90%;
  --card: 330 15% 15%;
  --card-foreground: 330 30% 90%;
  --popover: 330 15% 15%;
  --popover-foreground: 330 30% 90%;
  --primary: 330 60% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 330 40% 30%;
  --secondary-foreground: 330 30% 90%;
  --muted: 330 20% 20%;
  --muted-foreground: 330 30% 70%;
  --accent: 330 50% 40%;
  --accent-foreground: 330 30% 90%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 330 20% 30%;
  --input: 330 15% 20%;
  --ring: 330 60% 50%;
  --radius: 0.75rem;
  --chart-1: 330 60% 50%;
  --chart-2: 330 50% 40%;
  --chart-3: 330 40% 30%;
  --chart-4: 330 30% 20%;
  --chart-5: 330 20% 15%;
}